home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DISK_UTL / SHOWMAN / README.TXT < prev    next >
Text File  |  1996-05-25  |  2KB  |  49 lines

  1.                ShowMan - Disk Utilisation Pie-Chart
  2.  
  3. The ShowMan utility was written to help you keep disk space under control.
  4. It does this by presenting a pie chart of what is on your hard disk or 
  5. network drive, and allowing you to drill down into different sub-
  6. directories.  In this way, you can quickly identify what is taking up 
  7. most space on your hard disk, and decide what to delete.  ShowMan is 
  8. purely a read-only tool, quite deliberately it does not include any way 
  9. of deleting files or folders!  You could consider my WinTidy program for
  10. removing backup and other temporary files.  ShowMan knows about hard disk 
  11. cluster sizes, and will normally report the actual space occupied on the 
  12. disk, rather than the nominal file size.  In this way, the full penalty of 
  13. having a large number of small files is clearly visible.
  14.  
  15. Usage:
  16.  
  17. Extract ShowMan.exe from the zip file to a convenient location, and run it!
  18. ShowMan will automatically scan the current directory, and most likely if
  19. you've extracted all the files in this archive to one directory, ShowMan.exe
  20. itself will be the biggest file.  Try using the Open menu or toolbar button
  21. to select another directory.  Please note that the file specification is 
  22. ignored, it is only the directory that matters.  Also note that all files 
  23. are found, even those marked with the hidden or system attributes.  While
  24. you shouldn't delete such files unless you *really* know what you are 
  25. doing, that's no reason for not being aware of the space they occupy.
  26.  
  27. ShowMan uses no other DLLs, or registry entries.  Optionally, if you make an
  28. icon or shortcut for ShowMan, you can have one parameter which causes the 
  29. initial directory to be set to that parameter.
  30.  
  31. Notes:
  32.  
  33. The program is written with Borland's Delphi 2.0, and full source is 
  34. included.  You do not need access to Delphi 2.0 to run ShowMan.  You will
  35. need my PieChart unit in order to re-compile ShowMan.  The program runs 
  36. on Windows 95 and Windows NT 3.51/4.0.
  37.  
  38. Contacting the author:
  39.  
  40. This program is placed in the public domain, but remains copyright of
  41. David Taylor, Edinburgh, 1996.  This program is provided "as is", without 
  42. any support.  Whilst I cannot answer queries relating to the use of this 
  43. program, I'd welcome any comments or suggestions for improvements you may 
  44. have.
  45.  
  46.  
  47. david.taylor@gecm.com
  48. 1996 May 26
  49.